home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / nuhlp45 / nuberowc < prev    next >
Text File  |  1990-08-06  |  2KB  |  46 lines

  1.                                  BE ROWCOL 
  2.  
  3. Description:   Positions the cursor on the screen according to your command
  4.                and. It can also display text. 
  5.  
  6. Syntax:        Version 4.5:   BE ROWCOL (row)[,] (col) [[,] (text)]
  7.                               [[BLINKING]  [BRIGHT | BOLD] [(text-color)]
  8.                               [[ON] (back-color)]] 
  9.  
  10.                                 Parameters: 
  11.  
  12. (row)          The row on the screen where you want to position the cursor.
  13.                The first row at the tope of the screen is 0. The last row on
  14.                most standard (25-line) screens is 24, but some adapters can
  15.                display more rows. 
  16.  
  17. (col)          The column in the specified row where you want to position the
  18.                cursor. The first column is 0 at the left edge of the screen.
  19.                The last column (at the right edge) is 79. 
  20.  
  21. (text)         An optional message you want to display at the specified
  22.                cursor location. You must enclose a message in either
  23.                single-quote or double-quote marks if it includes one or more
  24.                blank spaces. 
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. BLINKING       Causes (text) to repeatedly blink on and off. On some monitors
  32.                this keyword works only if you specify (back-color). 
  33.  
  34. BRIGHT | BOLD  Displays the message in high intensity. 
  35.  
  36. (text-color)   The color of text. The default is the current foreground color
  37.                setting for the screen area that is covered by (text). See
  38.                <NUBESA>. 
  39.  
  40. (back-color)   The color of the background frame for the message. If you do
  41.                not provide (text-color), you must include the ON keyword. The
  42.                default is the current background setting for the screen area
  43.                that the text covers. See:    <NUBESA>. 
  44.  
  45. See:           <NUBESA>, <NUNCC>, <NUCOLOR>. 
  46.